ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseAxisView<TDefinition,TOwnerView> Class / _getLabelViewRectangle Method

In This Topic
    _getLabelViewRectangle Method (_BaseAxisView<TDefinition,TOwnerView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getLabelViewRectangle( _
       ByVal labelView As IAxisLabelView _
    ) As IRectangle
    public IRectangle _getLabelViewRectangle( 
       IAxisLabelView labelView
    )

    Parameters

    labelView
    See Also